home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-06-16 | 1.9 KB | 72 lines | [TEXT/MPS ] |
-
- MAKEFILE =
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes = ∂
- -i "{MPW}Interfaces&Libraries:Interfaces:CIncludes:" ∂
- -i "{MPW}Interfaces&Libraries:Interfaces:RIncludes:"
- Sym•68K =
- ObjDir•68K =
-
- COptions = {Includes} {Sym•68K} -model far -w 17
-
- Objects•68K = ∂
- "{ObjDir•68K}AboutBox.c.o" ∂
- "{ObjDir•68K}Clipboard.c.o" ∂
- "{ObjDir•68K}GXFile.c.o" ∂
- "{ObjDir•68K}MovieFile.c.o" ∂
- "{ObjDir•68K}PICTFile.c.o" ∂
- "{ObjDir•68K}SimpleText.c.o" ∂
- "{ObjDir•68K}TextDrag.c.o" ∂
- "{ObjDir•68K}TextFile.a.o" ∂
- "{ObjDir•68K}TextFile.c.o" ∂
- "{ObjDir•68K}ThreeDMetafile.c.o" ∂
- AGFileLib.o
-
-
- 68KSimpleText ƒƒ {•MondoBuild•} {Objects•68K}
- Link ∂
- -o {Targ} -d {Sym•68K} ∂
- {Objects•68K} ∂
- -t 'APPL' ∂
- -c 'ttxt' ∂
- -model far ∂
- "{CLibraries}StdCLib.o" ∂
- "{Libraries}MacRuntime.o" ∂
- "{Libraries}Interface.o"
-
-
- 68KSimpleText ƒƒ {•MondoBuild•} SimpleText.r
- Rez SimpleText.r -o {Targ} {Includes} -append
-
-
- "{ObjDir•68K}AboutBox.c.o" ƒ {•MondoBuild•} AboutBox.c
- {C} AboutBox.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Clipboard.c.o" ƒ {•MondoBuild•} Clipboard.c
- {C} Clipboard.c -o {Targ} {COptions}
-
- "{ObjDir•68K}GXFile.c.o" ƒ {•MondoBuild•} GXFile.c
- {C} GXFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}MovieFile.c.o" ƒ {•MondoBuild•} MovieFile.c
- {C} MovieFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}PICTFile.c.o" ƒ {•MondoBuild•} PICTFile.c
- {C} PICTFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}SimpleText.c.o" ƒ {•MondoBuild•} SimpleText.c
- {C} SimpleText.c -o {Targ} {COptions}
-
- "{ObjDir•68K}TextDrag.c.o" ƒ {•MondoBuild•} TextDrag.c
- {C} TextDrag.c -o {Targ} {COptions}
-
- "{ObjDir•68K}TextFile.a.o" ƒ {•MondoBuild•} TextFile.a
- {Asm} TextFile.a -o {Targ} {AOptions}
-
- "{ObjDir•68K}TextFile.c.o" ƒ {•MondoBuild•} TextFile.c
- {C} TextFile.c -o {Targ} {COptions}
-
- "{ObjDir•68K}ThreeDMetafile.c.o" ƒ {•MondoBuild•} ThreeDMetafile.c
- {C} ThreeDMetafile.c -o {Targ} {COptions}
-
-